home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00061_Script_lock < prev    next >
Text File  |  1998-08-25  |  175b  |  12 lines

  1. on mousedown me
  2.   if sprite 16 intersects sprite(the spritenum of me) then 
  3.     cursor -1
  4.     go the frame +1
  5.   else
  6.     puppetsound(1) "Latch"
  7.   end if    
  8. end
  9.  
  10.  
  11.  
  12.